Refresh repository to use latest beman.exemplar template#56
Merged
ednolan merged 1 commit intobemanproject:mainfrom Apr 27, 2026
Merged
Refresh repository to use latest beman.exemplar template#56ednolan merged 1 commit intobemanproject:mainfrom
ednolan merged 1 commit intobemanproject:mainfrom
Conversation
d7a555d to
7340579
Compare
Migrate beman.iterator_interface to the modern exemplar-based project structure. Key changes: - Replace custom CI workflows with exemplar's JSON-configuration-based CI system using reusable infra-workflows, removing C++17 and MSVC/AppleClang entries that were not tested in the original CI - Convert from STATIC to INTERFACE library (src/ directory removed since the .cpp file had no actual functionality) - Replace hand-written install logic with beman_install_library() from the vendored infra/ package - Remove etc/*-flags.cmake and etc/*-toolchain.cmake files that set CMAKE_CXX_FLAGS and CMAKE_CXX_STANDARD, which violated the Beman Standard requirement that CMake projects must not adjust user-specified compilation flags - Adopt exemplar's CMakePresets.json with infra/ toolchain files - Add infra/ vendored infrastructure package - Add exemplar's pre-commit configuration, issue templates, contributing guidelines, and PR template - Update README to use exemplar's boilerplate structure while preserving iterator_interface-specific usage examples and documentation Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7340579 to
77a7773
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refresh repository to use latest beman.exemplar template
Migrate beman.iterator_interface to the modern exemplar-based project
structure. Key changes:
CI system using reusable infra-workflows, removing C++17 and
MSVC/AppleClang entries that were not tested in the original CI
the .cpp file had no actual functionality)
the vendored infra/ package
CMAKE_CXX_FLAGS and CMAKE_CXX_STANDARD, which violated the Beman
Standard requirement that CMake projects must not adjust
user-specified compilation flags
contributing guidelines, and PR template
iterator_interface-specific usage examples and documentation
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com